Esx Hosts BaseImageInfo

Esx Hosts BaseImageInfo
Esx Hosts BaseImageInfo

The Esx Hosts BaseImageInfo schema contains properties that describe a specific ESX base-image in the software solution.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "version": "string",
    "display_name": "string",
    "display_version": "string",
    "release_date": "string"
}
string
version
Required

Version of the base-image.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.hosts.base_image. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.hosts.base_image.

string
display_name
Required

Display name of the base-image.

This property was added in vSphere API 7.0.0.0.

string
display_version
Required

Human readable version of the base-image.

This property was added in vSphere API 7.0.0.0.

string As date-time As date-time
release_date
Required

Release date of the base-image.

This property was added in vSphere API 7.0.0.0.